ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class
Fields Properties Methods Events

In This Topic
    DocumentBase<PageType> Class Members
    In This Topic

    The following tables list the members exposed by DocumentBase<PageType>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Used for locking code in different assemblies.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a reference to the document's bookmarks.  
    Public PropertyCacheToDiskEnabled This make the pages collection use a temp file for the canvas item streams  
    Public PropertyCacheToDiskLocationReadonly Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage.  
    Public PropertyDetermines whether the document is currently loaded.  
    Public Property  
    Public PropertyGets or sets a reference to the document's page.  
    Public PropertyGets or sets a password to protect the saved document file.  
    Public PropertyGets or sets the user preferences.  
    Top
    Public Methods
     NameDescription
    Public MethodClearFindTextSelection  
    Public Method  
    Public MethodIf you call dispose on this level that means that you are not suppose to use anything that is contained below this level. That means no pages, no fonts, etc.  
    Public Method  
    Public MethodOverloaded. Search for the specified character string.  
    Public MethodOverloaded. Loads document from the specified stream.  
    Public Method  
    Public MethodOverloaded. Saves document to the specified file.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after all document pages are fully loaded.  
    Public EventOccurs when [state changed].  
    Top
    See Also